home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / Hity z okladki / OrgPlus 6 SBE / ORGPL.CAB / OrgLiteML.xdr < prev    next >
Extensible Markup Language  |  2006-09-20  |  3KB  |  52 lines

  1. <?xml version = "1.0" encoding = "UTF-8"?>
  2. <!--Generated by XML Authority. Conforms to XML Data subset for IE 5-->
  3. <Schema name = "OrgLiteML.xdr"
  4.      xmlns = "urn:schemas-microsoft-com:xml-data"
  5.      xmlns:dt = "urn:schemas-microsoft-com:datatypes">
  6.  
  7.     <ElementType name = "PersonName" content = "eltOnly" order = "seq" model = "closed">
  8.         <element type = "FormattedName" minOccurs = "0" maxOccurs = "1"/>
  9.     </ElementType>
  10.     <ElementType name = "FormattedName" content = "textOnly" model = "closed">
  11.         <AttributeType name = "type" dt:type = "enumeration" dt:values = "presentation legal sortOrder"/>
  12.         <attribute type = "type"/>
  13.     </ElementType>
  14.  
  15.     <ElementType name = "PersonContact" content = "eltOnly" order = "seq" model = "closed">
  16.         <element type = "Phone" minOccurs = "0" maxOccurs = "*"/>
  17.         <element type = "ElectronicAddress" minOccurs = "0" maxOccurs = "*"/>
  18.     </ElementType>
  19.     <ElementType name = "Phone" content = "textOnly" dt:type = "string" model = "closed">
  20.         <AttributeType name = "type" dt:type = "enumeration" dt:values = "business extension intercom mobile home other" default = "business"/>
  21.         <attribute type = "type"/>
  22.     </ElementType>
  23.     <ElementType name = "ElectronicAddress" content = "textOnly" dt:type = "string" model = "closed">
  24.         <AttributeType name = "type" dt:type = "enumeration" dt:values = "email homepage icq" default = "email"/>
  25.         <attribute type = "type"/>
  26.     </ElementType>
  27.  
  28.     <ElementType name = "Description" content = "textOnly" model = "closed"/>
  29.     <ElementType name = "Company" content = "eltOnly" order = "seq" model = "closed">
  30.         <AttributeType name = "title" dt:type = "string" required = "yes"/>
  31.         <attribute type = "title"/>
  32.         <element type = "Description" minOccurs = "0" maxOccurs = "1"/>
  33.         <element type = "CompanyInfo" minOccurs = "0" maxOccurs = "1"/>
  34.         <element type = "Person" minOccurs = "0" maxOccurs = "1"/>
  35.     </ElementType>
  36.     <ElementType name = "CompanyInfo" content = "textOnly" model = "closed"/>
  37.     <ElementType name = "Person" content = "eltOnly" order = "seq" model = "closed">
  38.         <AttributeType name = "title" dt:type = "string"/>
  39.         <AttributeType name = "id" dt:type = "string"/>
  40.         <attribute type = "title"/>
  41.         <attribute type = "id"/>
  42.         <element type = "PersonName"/>
  43.         <element type = "PersonContact" minOccurs = "0" maxOccurs = "1"/>
  44.         <element type = "Person" minOccurs = "0" maxOccurs = "*"/>
  45.         <element type = "Department" minOccurs = "0" maxOccurs = "*"/>
  46.     </ElementType>
  47.     <ElementType name = "Department" content = "eltOnly" order = "seq" model = "closed">
  48.         <AttributeType name = "title" dt:type = "string" required = "yes"/>
  49.         <attribute type = "title"/>
  50.         <element type = "Person" minOccurs = "0" maxOccurs = "*"/>
  51.     </ElementType>
  52. </Schema>